• frmCategoryRecord.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmCategoryRecord
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
32             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
33             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
35             
this.SuspendLayout();
36             
//
37             
// dataGridView1
38             
//
39             
this.dataGridView1.AllowUserToAddRows = false;
40             
this.dataGridView1.AllowUserToDeleteRows = false;
41             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
42             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
43             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
44             
this.Column2,
45             
this.Column1});
46             
this.dataGridView1.Location = new System.Drawing.Point(0, 1);
47             
this.dataGridView1.MultiSelect = false;
48             
this.dataGridView1.Name = "dataGridView1";
49             
this.dataGridView1.ReadOnly = true;
50             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
51             
this.dataGridView1.Size = new System.Drawing.Size(396, 339);
52             
this.dataGridView1.TabIndex = 1;
53             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
54             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
55             
//
56             
// Column2
57             
//
58             
this.Column2.HeaderText = "Category ID";
59             
this.Column2.Name = "Column2";
60             
this.Column2.ReadOnly = true;
61             
//
62             
// Column1
63             
//
64             
this.Column1.HeaderText = "Category Name";
65             
this.Column1.Name = "Column1";
66             
this.Column1.ReadOnly = true;
67             
this.Column1.Width = 250;
68             
//
69             
// frmCategoryRecord
70             
//
71             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
72             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
74             
this.ClientSize = new System.Drawing.Size(399, 341);
75             
this.Controls.Add(this.dataGridView1);
76             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
78             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
79             
this.MaximizeBox = false;
80             
this.MinimizeBox = false;
81             
this.Name = "frmCategoryRecord";
82             
this.ShowIcon = false;
83             
this.ShowInTaskbar = false;
84             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
85             
this.Text = "Record";
86             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCategoryRecord_FormClosing);
87             
this.Load += new System.EventHandler(this.frmCategoryRecord_Load);
88             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
89             
this.ResumeLayout(false);
90
91         }
92
93         
#endregion
94
95         
public System.Windows.Forms.DataGridView dataGridView1;
96         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
97         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
98     }
99 }


Gõ tìm kiếm nhanh...